.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}

.custom-card {
    border: 1px solid #ced4da;
}

.customizer-action svg {
    width: 23px !important;
    color: #ffffff !important;
}

.active-mode {
    border: solid 2px #000000 !important;
}

.property-img {
    max-width: 507px;
    max-height: 286px;
}

.text-justify {
    text-align: justify;
}

.custom .media {
    padding: 10px !important;
}

.user-avatar {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}

.blgcomment-list li .media img {
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}

.codex-sidebar .logo-gridwrap {
    padding: 0px 16px !important;
}

.setting-logo {
    width: 300px !important;
    ;
}

.landing-logo {
    max-width: 225px;

}

.auth-main .auth-wrapper.v2 .logo {
    max-width: 300px;

}

.b-brand .logo {
    max-width: 212px !important;

}

.lan-footer .codex-brand {
    margin-block-end: 0px !important;
}

.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}

.invoice-logo {
    width: 250px;
}

.codex-calendar .events-list li {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

.codex-calendar .events-list {
    overflow: auto;
    height: 863px;
}

.landing_logo {
    filter: drop-shadow(2px 3px 7px #011C4B);
}

.head-invoice img {
    width: 250px;
}

.cdx-invoice .body-invoice .table tr td {
    padding: 10px 10px !important;
}


.codex-brand img {
    width: 300px;
}

.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}


.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}

.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}

.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}

.select2-container .select2-selection--multiple {
    min-height: 43px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e5e5;
}

/* =========================================================================== */
.dt-length {
    padding-left: 7px !important;
}

.dt-search {
    padding-right: 7px !important;
}

.dt-info {
    padding-left: 7px !important;
}

.dt-paging {
    padding-right: 7px !important;
}

.dt-buttons {
    padding-left: 7px !important;
    float: left;
}

.dt-container {
    margin-top: 10px;
}

.dt-info {
    float: left;
}

.dt-paging {
    float: right;
    padding-top: .85em;
}

.form-group {
    margin-bottom: 15px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.2em !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 0.9em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 0.8em !important;
}

div:where(.swal2-icon) {
    width: 4em !important;
    height: 4em !important;
}

.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}

.testaments-cards::after {
    background: transparent !important;
}

.pricingpricing .price-card .product-list li::before {
    content: '\eb55';
    color: red;
}

.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}

.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active {
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}

form label {
    text-transform: capitalize;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

@media print {
    .table-responsive {
        overflow: visible !important;
        height: auto !important;
        display: block !important;
    }
}


.color_type {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}

.amenity-img {
    width: 60px;
    height: 60px;
}

.activity-img {
    width: 274px;
    height: 166px;
}

.loc-img {
    /* width: 295px; */
    height: 198px;
}

.package-front-img {
    width: 329px;
    height: 245px;
}

.location-img {
    width: 356px;
    height: 230px;
}

.btn-thm2 {
    background-color: #5BBB7B;
    border: 2px solid #5BBB7B;
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.btn-thm3 {
    background-color: #bd510e;
    border: 2px solid #bd510e;
    color: #ffffff;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 6px;
}

.ban-img {
    width: 700px;
    height: 526px;
}

/* Choices.js Dropdown UI Custom Overrides to align with standard inputs */
.choices[data-type*="select-one"] {
    margin-bottom: 0 !important;
}

.form-control:not(textarea):not(.form-floating .form-control),
.input-group-text,
.choices[data-type*="select-one"] .choices__inner {
    height: 40px !important;
    min-height: 40px !important;
}

.choices[data-type*="select-one"] .choices__inner {
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    font-size: 0.875rem !important;
    box-shadow: none !important;
}

.choices[data-type*="select-one"] .choices__list--single {
    padding: 0 24px 0 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    height: 100% !important;
}

.choices[data-type*="select-one"] .choices__list--single .choices__item {
    font-size: 0.875rem !important;
    color: #212529 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.choices[data-type*="select-one"] .choices__list--single .choices__placeholder {
    opacity: 0.75 !important;
    color: #6c757d !important;
}

/* Align and customize dropdown arrows */
.choices[data-type*="select-one"]:after {
    border-color: #6c757d transparent transparent transparent !important;
    border-width: 5px !important;
    right: 14px !important;
    margin-top: -2px !important;
    transition: all 0.15s ease-in-out;
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #6c757d transparent !important;
    margin-top: -7px !important;
}

.choices[data-type*="select-one"].is-open .choices__inner {
    border-radius: 6px 6px 0 0 !important;
}

/* Choices Focus State */
.choices[data-type*="select-one"].is-focused .choices__inner {
    border-color: #2689e2 !important;
    box-shadow: 0 0 0 2px rgba(38, 137, 226, 0.2) !important;
}

/* Choices Disabled State */
.choices[data-type*="select-one"].is-disabled .choices__inner {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

/* Drag & Drop Upload Zone Styling */
.upload-container {
    margin-top: 1.5rem;
}
.upload-zone {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 40px 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.upload-zone::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(135deg, #5BBB7B, #4aa068);
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.upload-zone:hover::before, .upload-zone.dragover::before {
    opacity: 1;
}
.upload-zone:hover {
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(91, 187, 123, 0.15);
}
.upload-zone.dragover {
    border-color: transparent;
    background: rgba(91, 187, 123, 0.05);
    transform: scale(0.995);
}
.upload-zone-content {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.upload-zone-content i {
    font-size: 2.8rem;
    background: linear-gradient(135deg, #5BBB7B, #4aa068);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
}
.upload-zone:hover .upload-zone-content i, .upload-zone.dragover .upload-zone-content i {
    transform: translateY(-4px) scale(1.1);
}
.upload-zone-content p {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}
.upload-zone-content span {
    font-size: 0.825rem;
    color: #64748b;
}
.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 16px;
    margin-top: 20px;
}
.preview-item {
    position: relative;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    aspect-ratio: 1;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
.preview-item:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.12);
}
.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.preview-item:hover img {
    transform: scale(1.05);
}
.preview-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0) 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 8px;
    pointer-events: none;
}
.preview-item:hover .preview-overlay {
    opacity: 1;
}
.preview-info {
    color: #ffffff;
    font-size: 0.725rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.preview-remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(239, 68, 68, 0.95);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    box-shadow: 0 2px 5px rgba(239, 68, 68, 0.4);
    z-index: 10;
}
.preview-remove-btn:hover {
    background: #dc2626;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.6);
}
.preview-remove-btn i {
    font-size: 0.8rem;
}
.preview-item.removing {
    animation: fadeOut 0.2s ease forwards;
}
@keyframes fadeOut {
    from { opacity: 1; transform: scale(1); }
    to { opacity: 0; transform: scale(0.9); }
}
.pc-sidebar .m-header .b-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-sidebar .m-header .logo {
    max-height: 130px;
    width: auto;
    object-fit: contain;
}
.choices {
    width: 100%;
    
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
    overflow-y: auto !important;
}
.choices__list--dropdown,
.choices__list[aria-expanded]{
    max-height: min(350px, calc(100vh - 180px)) !important;
}
.choices.is-flipped .choices__list--dropdown {
    top: 100% !important;
    bottom: auto !important;
    margin-top: 4px !important;
    margin-bottom:3px !important;
}
.pc-footer{
    position: relative;
    z-index: auto; 
    margin-left: 260px;
    margin-top: 80px;
    padding: 15px 0;
}